The awesome garage

where I make things work

Wouldn't it be nice if you could automatically generate GitHub releases with detailed release notes? Writing release notes can be a pain, but if you take care in structuring your branches into logical work packages, writing informative commit messages, and adding summaries to your pull requests, you...

The other day I got Ouroboros talking to my private Docker registry. The thing is, my Docker registry was only available locally. If I wanted to build my stack on a different computer, I'd be stuck! So I wanted to expose my private Docker registry on the big Internet, but at the same time restrictin...

Well, that didn't take long! The other day I wrote an article about updating all my docker containers forcefully and in batches, and yesterday I decided to take a shot at Ouroboros to do more targeted container updates in order to reduce downtime and generally get a cleaner setup. I didn't regret...